'Declaration
<NullableContextAttribute(1)> Public Function New( _ ByVal message As String, _ ByVal stackTrace As IEnumerable(Of String) _ )
[NullableContext(1)] public JavaScriptException( string message, IEnumerable<string> stackTrace )
Parameters
- message
- The exception message
- stackTrace
- The stack trace, as a list of strings